dsh-office-tool: Office Document Plugin for DeepSeek Harness

dsh-office-tool is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to provide agents with the capabilities to create, read, query, and edit .docx, .xlsx, and .pptx documents. It executes operations by invoking the OfficeCLI binary, removing the need to install Microsoft Office. The plugin exposes nine structured tools to the model, covering document creation, element CRUD operations, batch operations, and raw command passthrough, while supporting structured JSON responses to optimize error handling. In a web environment, when paired with the dsh-better-sidebar plugin, it offers real-time document previews in the sidebar; in a headless mode without a Web UI, all tools remain fully accessible.

Read More
DSH-Office: Native Office Document Plugin for DeepSeek Harness

DSH-Office is a DSH plugin maintained by didclawapp-ai, designed to address issues in agent-based generation and editing of Office files, including unclear field structures, complex operations, and difficulties in result verification. The plugin, based on the local zagens-office engine, supports read and write operations on PPTX, DOCX, XLSX, and PDF files and is licensed under the MIT License. Its core workflow comprises four tools: first, `office_schema` retrieves a JSON contract to clarify the field structure; then, based on requirements, `office_write` is invoked to create new documents or `office_edit` to modify existing ones according to operation instructions; finally, `office_read` reads back the document for verification. This process ensures

Read More